home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / EPSON_ES300C.adf / Install-030 < prev    next >
Text File  |  1992-05-28  |  346b  |  21 lines

  1. ; this routine will install the pro conversion pack into the selected directory
  2.  
  3. (set @default-dest
  4.     (askdir
  5.         (prompt "Please select the directory where the ADPro loaders are located")
  6.         (help
  7.             @askdir-help
  8.         )
  9.         (default "ADPro:Loaders2")
  10.     )
  11. )
  12.  
  13. (copyfiles
  14.     (prompt "")
  15.     (help "")
  16.     (source "EPSON_ES300C:SCAN")
  17.     (dest @default-dest)
  18.     (all)
  19. )
  20.  
  21.